gdk: Add some missing autocleanups
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Nov 2017 20:03:15 +0000 (15:03 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Nov 2017 20:03:48 +0000 (15:03 -0500)
GdkMonitor and GdkSeat were missing here.

gdk/gdk-autocleanup.h

index 5fae7c3690afedce539192db57eb47e188988452..70d5eba034c1308f78be8037bae1fd4d1a0352a8 100644 (file)
@@ -30,6 +30,8 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkDragContext, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkFrameClock, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkGLContext, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkKeymap, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkMonitor, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkSeat, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkWindow, g_object_unref)
 
 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkContentFormats, gdk_content_formats_unref)